negotiator
Interface NegotiationEventListener
public interface NegotiationEventListener
implement this class in order to subscribe with the NegotiationManager
to get callback on handleEvent().
- Author:
- wouter
handleActionEvent
void handleActionEvent(negotiator.events.ActionEvent evt)
- IMPORTANT:
in handleEvent, do not more than just storing the event and
notifying your interface that a new event has arrived.
Doing more than this will snoop time from the negotiation,
which will disturb the negotiation.
- Parameters:
evt -
handleLogMessageEvent
void handleLogMessageEvent(negotiator.events.LogMessageEvent evt)
handeNegotiationSessionEvent
void handeNegotiationSessionEvent(negotiator.events.NegotiationSessionEvent evt)
handleBlateralAtomicNegotiationSessionEvent
void handleBlateralAtomicNegotiationSessionEvent(negotiator.events.BilateralAtomicNegotiationSessionEvent evt)